Dictionary.Key Method

Returns a Variant. Returns the value of key for the Indexth sequential item in the Dictionary.

Syntax

Dictionary.Key Index


Parameters

Index

Integer


The first item is numbered zero. If there is no Indexth item in the Dictionary, a call generates an OutOfBoundsException error.